home *** CD-ROM | disk | FTP | other *** search
/ PCMania 46 / PCMania CD46_2.iso / pc / sonar96 / kmenu.dir / 00092.ls < prev    next >
Encoding:
Text File  |  1994-07-07  |  672 b   |  34 lines

  1. on exitFrame
  2.   if rollOver(17) then
  3.     go("cccb")
  4.   else
  5.     if rollOver(20) then
  6.       go("chout")
  7.     else
  8.       if rollOver(23) then
  9.         go("matica")
  10.       else
  11.         if rollOver(26) then
  12.           go("club")
  13.         else
  14.           if rollOver(33) then
  15.             go("volver")
  16.           else
  17.             if the mouseCast = 89 then
  18.               go("cre")
  19.             else
  20.               if the mouseCast = 90 then
  21.                 go("vid")
  22.               else
  23.                 if the mouseCast = 91 then
  24.                   go("pat")
  25.                 end if
  26.               end if
  27.             end if
  28.           end if
  29.         end if
  30.       end if
  31.     end if
  32.   end if
  33. end
  34.